Click or drag to resize

ServiceSend Method (ItemId, StandardFolder)

Sends an email message.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemInfoResponse Send(
	ItemId itemId,
	StandardFolder standardFolder
)

Parameters

itemId
Type: Independentsoft.ExchangeItemId
The item identifier.
standardFolder
Type: Independentsoft.ExchangeStandardFolder
The standard folder.

Return Value

Type: ItemInfoResponse
ItemInfoResponse.
See Also